sdvaluefloat module¶
-
class
sd.api.sdvaluefloat.SDValueFloat(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdvaluebasetype.SDValueBaseTypeClass representing a float Value
-
get() → float¶ Get the base type value as float
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
release() → None¶ Releases an APIObject
-
static
sNew(value: float) → sd.api.sdvaluefloat.SDValueFloat¶ Create new SDValueFloat
- Parameters
value – The name of the enum type
-